Fix more GCC strict-aliasing warnings.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 8 Apr 2011 20:41:28 +0000 (16:41 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 8 Apr 2011 20:41:28 +0000 (16:41 -0400)
commite32cf545cb2297cacea7d3f800807ab209592e71
treea1dbc33c4eb248cba65d69bf454caae698fc1b3a
parent5fbbf139933ce2b81f11f64ad8ad3c4839b0624d
Fix more GCC strict-aliasing warnings.

* src/ftfont.c (get_adstyle_property, ftfont_pattern_entity): Use
unsigned char, to match FcChar8 type definition.

* src/xmenu.c (create_and_show_popup_menu):
* src/xselect.c (x_decline_selection_request)
(x_reply_selection_request): Avoid type-punned deref of X events.
src/ChangeLog
src/ftfont.c
src/xmenu.c
src/xselect.c